ListLevelLabelAlignment Class

Represents the position and spacing of a list label and its list item.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class ListLevelLabelAlignment
Inheritance
Object    ListLevelLabelAlignment

Constructors

ListLevelLabelAlignment Initializes a new instance of the ListLevelLabelAlignment class.

Properties

LabelFollowedBy Specifies the character that is inserted behind a list label. The defined values are: -listtab: a tab character is inserted after a list label before the text starts. -nothing: text starts directly after a list label. -space: a SPACE (U+0020) character is inserted after a list label before the text starts.
LeftMargin Specifies the left margins for the text lines of a list item.
ListTabStopPosition Specifies an additional tab stop which is inserted into the list of tab stops that are defined for a list item.
TextIndent Specifies the indent for the text lines of a list item.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current ListLevelLabelAlignment object to its equivalent string representation.
(Overrides ObjectToString)

See Also